// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Black Carl','Skyway Theatre - The Loft','Minneapolis, MN','Friday','5/3/2024','9:00 PM','6240406','Black-Carl-5-3-2024'],['Muerte','Skyway Theatre - The Loft','Minneapolis, MN','Friday','5/10/2024','8:00 PM','6216196','Muerte-5-10-2024'],['Perry Wayne','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','5/11/2024','9:00 PM','6229525','Perry-Wayne-5-11-2024'],['Jiqui','Skyway Theatre - The Loft','Minneapolis, MN','Friday','5/17/2024','9:00 PM','6281510','Jiqui-5-17-2024'],['Ahee','Skyway Theatre - The Loft','Minneapolis, MN','Friday','5/24/2024','9:00 PM','6252751','Ahee-5-24-2024'],['AlienPark & Pierce','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','5/25/2024','8:00 PM','6359527','AlienPark---Pierce-5-25-2024'],['Lizzy Jane','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','6/8/2024','9:00 PM','6390354','Lizzy-Jane-6-8-2024'],['Dubloadz','Skyway Theatre - The Loft','Minneapolis, MN','Friday','6/14/2024','8:00 PM','6332905','Dubloadz-6-14-2024'],['Zuezeu','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','6/15/2024','9:00 PM','6341666','Zuezeu-6-15-2024'],['Jawns','Skyway Theatre - The Loft','Minneapolis, MN','Friday','6/21/2024','9:00 PM','6357208','Jawns-6-21-2024'],['Aweminus & Wodd','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','6/22/2024','9:00 PM','6306158','Aweminus---Wodd-6-22-2024'],['Carry The Fire','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','6/29/2024','9:00 PM','6341669','Carry-The-Fire-6-29-2024'],['Corrupt Uk','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','7/13/2024','9:00 PM','6378337','Corrupt-Uk-7-13-2024'],['Slushii ','Skyway Theatre - The Loft','Minneapolis, MN','Friday','7/26/2024','9:00 PM','6239607','Slushii--7-26-2024'],['VLCN','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','7/27/2024','8:00 PM','6306159','VLCN-7-27-2024'],['Yetep','Skyway Theatre - The Loft','Minneapolis, MN','Friday','8/2/2024','9:00 PM','6403776','Yetep-8-2-2024'],['Au5 - Band & Chime','Skyway Theatre - The Loft','Minneapolis, MN','Friday','5/9/2070','TBD','4425891','Au5---Band---Chime-5-9-2070']],'Skyway Theater','http://www.ticketnetwork.com/ticket/Skyway-Theater-events.aspx');